int delete_dll(char *filename)
Parameter | Type | Description |
---|---|---|
filename | char * | filename for the Fly3D plug-in dll |
Returns TRUE if the dll was removed OK, FALSE if not found or other error.
This function removes a Fly3D plug-in dll from memory. It removes all classes implemented by the dll from memory and frees resources associated with the dll.